home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00012.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  370 b   |  11 lines

  1. on mouseUp
  2.   global md4
  3.   if the name of cast the castNum of sprite 7 = "long 4" then
  4.     set the castNum of sprite 7 to the number of cast "long 1"
  5.     set md4 to the duration of cast the number of cast "long 1" - 3
  6.   else
  7.     set md4 to the duration of cast (the castNum of sprite 7 + 1) - 3
  8.     set the castNum of sprite 7 to the castNum of sprite 7 + 1
  9.   end if
  10. end
  11.